mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-14 17:21:32 +01:00
Fast fix
This commit is contained in:
@@ -56,7 +56,7 @@ function bashprofile {
|
|||||||
if [[ $1 = "Online" ]];then
|
if [[ $1 = "Online" ]];then
|
||||||
sudo echo "./downloadinstall.sh" >> $sfslocate/root/.bash_profile
|
sudo echo "./downloadinstall.sh" >> $sfslocate/root/.bash_profile
|
||||||
else #Offline
|
else #Offline
|
||||||
sudo echo "./selectlang.sh" >> $sfslocate/root/.bash_profile
|
sudo echo "./offlinefiles/selectlang.sh" >> $sfslocate/root/.bash_profile
|
||||||
fi
|
fi
|
||||||
sudo echo "[[ -f ~/.bashrc ]] && . ~/.bashrc" >> $sfslocate/root/.bash_profile
|
sudo echo "[[ -f ~/.bashrc ]] && . ~/.bashrc" >> $sfslocate/root/.bash_profile
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user