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