Updated wget command

typos in script for gnome-disk
This commit is contained in:
2023-02-03 12:50:46 +10:00
parent 77b689124e
commit b73dc94596
2 changed files with 8 additions and 8 deletions

View File

@@ -50,11 +50,11 @@ init() {
clear;
vs_logo;
echo -ne "
$(greenprint "ElementaryOS Setup Script")
$(yellowprint '1)') Jolnir (6.1)
$(yellowprint '2)') Horus (7)
$(redprint '0)') Exit
Choose an version: "
$(greenprint "ElementaryOS Setup Script")
$(yellowprint '1)') Jolnir (6.1)
$(yellowprint '2)') Horus (7)
$(redprint '0)') Exit
Choose an version: "
read -r ans
case $ans in
1)
@@ -186,7 +186,7 @@ install_simple_scan() {
}
install_gnome_disks() {
nala install -y gnome-disks
nala install -y gnome-disk-utility
}
install_wiregui() {
@@ -201,7 +201,7 @@ install_fish() {
depriv chsh -s /usr/bin/fish
depriv mkdir -p ${user_home}/.local/bin
depriv mkdir -p ${user_home}/.local/fish
depriv "SETUVAR fish_user_paths:${user_home}/\x2elocal/bin" > ${user_home}/.local/fish/fish_variables
depriv echo "SETUVAR fish_user_paths:${user_home}/\x2elocal/bin" > ${user_home}/.local/fish/fish_variables
}
install_chromium() {