Skip to content

Commit

Permalink
make came-setup also initialize the container
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss authored Mar 31, 2023
1 parent 5b2f3f6 commit 97e3301
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/came-setup
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dcid=ame-container
durl=registry.getcryst.al/crystal/misc/docker:latest
EOF

distrobox create -n ame-container -i registry.getcryst.al/crystal/misc/docker:latest
create-came-container

echo "Finished creating crystal linux container"
came-init
2 changes: 1 addition & 1 deletion system-wide-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd $TEMPDIR

git clone --quiet https://github.com/dnkmmr69420/containerized-amethyst
cd containerized-amethyst
sudo chmod a+x bin/*
chmod a+x bin/*
sudo install -Dm755 bin/* /usr/local/bin/.

echo "Finished installing"
2 changes: 1 addition & 1 deletion user-wide-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd $TEMPDIR

git clone --quiet https://github.com/dnkmmr69420/containerized-amethyst
cd containerized-amethyst
sudo chmod a+x bin/*
chmod a+x bin/*
install -Dm755 bin/* ~/.local/bin/.

echo "Finished installing"

0 comments on commit 97e3301

Please sign in to comment.