Skip to content

Commit f2a972f

Browse files
authored
Update manjaro.sh
1 parent 7630b30 commit f2a972f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer/Manjaro/manjaro.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ EOL
8080
rm -rf $folder/etc/resolv.conf && echo "nameserver 1.1.1.1" > $folder/etc/resolv.conf
8181
echo "pacman-mirrors -g -c Japan && pacman -Syyuu --noconfirm && pacman-key --init && pacman-key --populate && pacman -Syu --noconfirm" > $folder/usr/local/bin/fix-repo
8282
chmod +x $folder/usr/local/bin/fix-repo
83-
rm -rf $folder/root/.bash_profile && echo "pacman-key --init && pacman-key --populate && pacman -Syu --noconfirm" > $folder/root/.bash_profile
83+
rm -rf $folder/root/.bash_profile && echo "pacman-key --init && pacman-key --populate && pacman -Syu --noconfirm && rm -rf ~/.bash_profile" > $folder/root/.bash_profile
8484
rm -rf manjaro.partaa manjaro.partab manjaro.partac manjaro.tar.xz manjaro.sh
8585

8686
echo "You can now launch Manjaro Linux with the ./${bin} script next time"

0 commit comments

Comments
 (0)