Skip to content

Commit

Permalink
remove repository
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Nov 23, 2023
1 parent 4aa65fd commit fae0946
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/alpine-bottom/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-bottom",
"id": "alpine-bottom",
"version": "0.0.3",
"version": "0.0.4",
"description": "Installs bottom on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-bottom",
"installsAfter": [
Expand Down
4 changes: 2 additions & 2 deletions src/alpine-bottom/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ set -e

echo "Activating feature 'alpine-bottom'"

apk --no-cache add bottom --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
apk --no-cache add bottom

if [[ $INITZSH == "true" ]]; then
apk --no-cache add bottom-zsh-completion --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
apk --no-cache add bottom-zsh-completion
fi

echo 'Done!'
2 changes: 1 addition & 1 deletion src/alpine-gh-copilot-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-gh-copilot-cli",
"id": "alpine-gh-copilot-cli",
"version": "0.0.7",
"version": "0.0.8",
"description": "Installs Github Copilot CLI on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-gh-copilot-cli",
"installsAfter": [
Expand Down
2 changes: 1 addition & 1 deletion src/alpine-gh-copilot-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

echo "Activating feature 'alpine-gh-copilot-cli'"

apk --no-cache add npm --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
apk --no-cache add npm
npm i -g @githubnext/github-copilot-cli

if [[ $INITALIAS == "true" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion src/alpine-starship/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-starship",
"id": "alpine-starship",
"version": "0.0.1",
"version": "0.0.2",
"description": "Installs starship on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-starship"
}
2 changes: 1 addition & 1 deletion src/alpine-starship/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e

echo "Activating feature 'alpine-starship'"

apk --no-cache add starship --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
apk --no-cache add starship

echo 'Done!'

0 comments on commit fae0946

Please sign in to comment.