Compare commits
4 Commits
8da16f9de6
...
86bc1b0a7d
| Author | SHA1 | Date | |
|---|---|---|---|
| 86bc1b0a7d | |||
| d374017931 | |||
| a40728af77 | |||
| 56b71c6f61 |
5
config
5
config
@@ -1,8 +1,3 @@
|
||||
Host gitbutter-server
|
||||
HostName gitbutter.pw
|
||||
User mollusk
|
||||
IdentityFile ~/.ssh/thinkpadt420
|
||||
|
||||
Host jsearch.pw
|
||||
HostName jsearch.pw
|
||||
User mollusk
|
||||
|
||||
13
flatjerk.sh
13
flatjerk.sh
@@ -37,11 +37,14 @@ addFlatpakRepo(){
|
||||
}
|
||||
|
||||
getPackages(){
|
||||
printf "\nInstalling Gradio..\n"
|
||||
flatpak install flathub de.haeckerfelix.gradio
|
||||
echo -e "\nInstalling Shortwave..\n"
|
||||
flatpak install flathub shortwave -y
|
||||
|
||||
printf "\nInstalling Adapta Theme...\n"
|
||||
echo -e "\nInstalling Adapta Theme...\n"
|
||||
flatpak install flathub org.gtk.Gtk3theme.Adapta-Nokto-Eta
|
||||
|
||||
echo -e "Installing Bitwarden...\n"
|
||||
flatpak install flathub bitwarden -y
|
||||
}
|
||||
|
||||
helpFile(){
|
||||
@@ -61,4 +64,8 @@ case ${1} in
|
||||
addFlatpakRepo
|
||||
getPackages
|
||||
;;
|
||||
|
||||
-r)
|
||||
addFlatpakRepo
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user