Commit 4d75e29 1 parent d3192ec commit 4d75e29 Copy full SHA for 4d75e29
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ async function installPkg(pkgname) {
24
24
async function start ( ) {
25
25
await installPkg ( "libarchive-tools" ) ;
26
26
27
- await exec . exec ( "sudo su -c \"echo 'deb http://archive.ubuntu.com/ubuntu/ lunar universe' > /etc/apt/sources.list.d/lunar .list\"" ) ;
28
- await exec . exec ( "sudo su -c \"echo 'deb-src http://archive.ubuntu.com/ubuntu/ lunar universe' >> /etc/apt/sources.list.d/lunar .list\"" ) ;
27
+ await exec . exec ( "sudo su -c \"echo 'deb http://archive.ubuntu.com/ubuntu/ oracular universe' > /etc/apt/sources.list.d/oracular .list\"" ) ;
28
+ await exec . exec ( "sudo su -c \"echo 'deb-src http://archive.ubuntu.com/ubuntu/ oracular universe' >> /etc/apt/sources.list.d/oracular .list\"" ) ;
29
29
30
30
await installPkg ( "pacman-package-manager" ) ;
31
31
}
You can’t perform that action at this time.
0 commit comments