Add appimage support
This commit is contained in:
parent
cc25400da0
commit
d6ec9b11c8
1 changed files with 5 additions and 0 deletions
5
setup.sh
5
setup.sh
|
@ -203,6 +203,11 @@ sudo cp *tf /usr/local/share/fonts
|
|||
cd ..
|
||||
rm -rf fonts
|
||||
|
||||
# Appimage
|
||||
wget https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb
|
||||
sudo dpkg -i appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb
|
||||
sudo apt -f install
|
||||
|
||||
# Fish and oh my fish
|
||||
curl -L https://get.oh-my.fish | fish
|
||||
omf install agnoster
|
||||
|
|
Loading…
Add table
Reference in a new issue