1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-14 09:11:31 +01:00
This commit is contained in:
2017-01-15 23:35:05 +01:00
parent e7c4eba186
commit 36230a4278

View File

@@ -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
}