Skip to content

Commit

Permalink
add sym link in download_appimages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dombean committed Feb 13, 2025
1 parent 0a4bfca commit eb4783e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions download_appimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ curl -s https://api.github.com/repos/bitwarden/cli/releases/latest \
echo
echo "Extract Bitwarden CLI"
unzip bw.zip && rm bw.zip && chmod +x bw

# Link Applications directory to /Applications
echo
echo "Creating symbolic link for Applications in /Applications"
sudo ln -s $HOME/Applications /Applications

0 comments on commit eb4783e

Please sign in to comment.